home *** CD-ROM | disk | FTP | other *** search
/ HamCall (April 1991) / HAMCALL CD-ROM (Buckmaster)(April 1991).BIN / telcom / qmodem / forbin.scr < prev    next >
Text File  |  1989-02-20  |  1KB  |  48 lines

  1. ;*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*;
  2. ;                                                           ;
  3. ;   Script FORBIN.SCR  (C) The Forbin Project               ;
  4. ;                                                           ;
  5. ;   Auto Logon Script for the Forbin Project BBS.           ;
  6. ;                                                           ;
  7. ;*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*;
  8. ;
  9. ;  QuickLearn Script generated at 12:16:09 on 02-20-89
  10. ;  May require editing before use.
  11. ;
  12. TurnON   8_BIT
  13. TurnOFF  LINEFEED
  14. TurnON   XON/XOFF
  15. TurnOFF  NOISE
  16. TurnOFF  MUSIC
  17. TurnON   SCROLL
  18. TurnOFF  PRINT
  19. TurnOFF  ECHO
  20. TurnOFF  SPLIT
  21. TurnOFF  BS_DEL
  22. ;
  23. TimeOut  30     ; Set Waitfor timeout to 30 seconds
  24. Waitfor  "want ANSI Graphics (Enter)=no?"
  25. Delay    100
  26. Send     "n^M"
  27.  
  28. Waitfor  "What is your first name?"
  29. Delay    100
  30. Send     "Firstname Lastname^M"        ; Be sure to change this line!
  31.  
  32. Waitfor  "Password (Dots will echo)?"
  33. Delay    100
  34. Send     "Password^M"                  ; And this line too!
  35.  
  36. Waitfor  "Since 'Last Read' (Enter)=yes?"
  37. Delay    100
  38. Send     "^M"
  39.  
  40. Waitfor  "Press (Enter) to continue?"
  41. Delay    100
  42. Send     "^M"
  43.  
  44. Waitfor  "Command?"
  45. Delay    100
  46.  
  47. Exit            ; End of Script
  48.